home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 March / PC Answers CD-ROM 5 (Future Publishing) (March 1995).iso / public / coderoom / instr.txt < prev    next >
Encoding:
Text File  |  1994-12-18  |  726 b   |  29 lines

  1.  
  2.  
  3.         In The Coderoom this month you'll find :
  4.  
  5.  
  6. QUIKREAD.EXE    Compiled version of the program.
  7.         (Requires VBRUN300.DLL)
  8.  
  9. QUIKREAD.FRM    The form file for the project.
  10.  
  11. QUIKREAD.MAK    The project file itself. Load this up under
  12.         Visual Basic.
  13.  
  14. QUIKREAD.TXT    A text version of the form file and source
  15.         code for those who wish to try it out on 
  16.         something other than Visual Basic.
  17.  
  18. VBRUN300.DLL    The run time library and interpreter needed
  19.         to run VB applications.
  20.  
  21. CMDIALOG.VBX    This VBX control implements the Open File 
  22.         dialog.
  23.  
  24. THREED.VBX    This control is required to implement the 3D
  25.         button effects in the program.
  26.  
  27. The VBX and DLL files will be copied into your Windows System directory.
  28.  
  29.